home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD Charme 2
/
CD Charme 02.iso
/
mac
/
PLEASURE
/
SOMMAIR2.DXR
/
00010_Script_10
< prev
next >
Wrap
Text File
|
1995-11-13
|
163b
|
8 lines
global n_somm
on enterFrame
puppetSound 0
set n_somm to n_somm + 1
if n_somm > 1 and n_somm < 9 then
go to frame ("som" & (n_somm-1))
end if
end